home *** CD-ROM | disk | FTP | other *** search
/ Grand Slam 3 / Grand Slam 3.iso / 008 / wadmn101.arj / WADMAN.DOC < prev    next >
Text File  |  1995-01-04  |  9KB  |  265 lines

  1. Doom WAD File Manipulator  Ver 1.01
  2. AKA WadMan
  3. by Carl W. Moore
  4.  
  5.  
  6. Disclaimer:
  7.     This program is supplied as-is.  The author assumes no respon-
  8. sibility for trashed drives, etc.
  9.  
  10. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!CAUTION!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  11.  
  12.     Use at your own risk.
  13.     Use common sense when building new PWADs.
  14.     Without knowing the contents of items you're building into new
  15. PWADs, you can quickly create massive PWADs the size of the primary IWADs
  16. or even larger!
  17.     This program also does not give a damn about the name of the output
  18. PWAD file either, so beware of overwriting something you really care about.
  19.  
  20.  
  21.     Some knowledge of the contents of IWADs and PWADs IS required to use
  22. this program.  To get some info on this, check out the DMSPEC13 file, which
  23. I've seen on many local BBS's (my own included).
  24.  
  25.  
  26.  
  27. Introduction:   (What is this Thing?)
  28.  
  29.     Have you been just dying to use your chicken shooting rocket launcher
  30. with DOOM2? How about the She-Devils? How about any one of the fabulous gfx
  31. and sound patches that many people have been making for DOOM 1,2 and 1.6?
  32. Now you can! Without even damaging your original DOOM2.WAD!
  33.  
  34.     The WadMan is a DOOM PWAD utility that allows you to create and modify
  35. PWADs for ALL versions of DOOM to date, including DOOM2.
  36.  
  37.  
  38.  
  39. Features:
  40.  
  41.     Primarily this program allows you to cut and paste resources out of many
  42. PWADs and IWADs, rename them if you want to, and group them together into one
  43. PWAD.
  44.  
  45.     Allows you to use all sprite patches made for DOOM 1.2 and 1.6 with
  46.     DOOM 2.
  47.     (Please see the example section on sprites for instructions).
  48.  
  49.     Provides a simple way to convert all Level PWADs made in DOOM 1.2, 1.6
  50. format (ExMx) to DOOM2 format (MAPxx).  Note: A DOOM1 texture PWAD is required
  51. in order to use any PWADs converted to DOOM2 from 1.2 or 1.6.
  52.  
  53.  
  54.  
  55.  
  56. Instructions:
  57.  
  58.     Basic Interface:
  59.  
  60.         The WadMan window consists of two listers and a set of buttons
  61.     that control everything the WadMan does.
  62.  
  63.         The leftmost lister displays the contents of the currently
  64.     loaded PWAD or IWAD. This Input WAD list.
  65.         The rightmost lister displays the items you have selected from
  66.     the left lister, that will be put into the final destination PWAD. This
  67.     is the Output WAD list.
  68.  
  69.  
  70.         Buttons:
  71.  
  72.     Open Input Wad File:
  73.             This brings up a file requester for you to selects WADs
  74.             to load in the LEFT lister.
  75.  
  76.     Select All:      Use this button to automatically highlight all resource
  77.             entries in the LEFT lister.
  78.  
  79.     De-Select ALL:  Use this button to un-highlight all resource entries in
  80.             the LEFT lister.
  81.  
  82.     Find Entry:    This button will allow you to scan through the LEFT
  83.             lister to quickly find an entry you're looking for.
  84.             Comes in handy when scanning through the big IWADs.
  85.  
  86.     Select Range:    Allows you to highlight all entries between certain
  87.             resources.
  88.             Example: Suppose you want to highlight all the Sprites.
  89.  
  90.                 You're select range would be:
  91.                     S_START
  92.                     S_END
  93.  
  94.             This will highlight all the entries from S_START to
  95.             S_END including S_START and S_END.
  96.  
  97.     Transfer:    Use this button to move all your highlighted entries in
  98.             the LEFT lister over to the RIGHT lister.
  99.             When an item is transfered, it will appear as the name
  100.             and it will show the path and WAD name of the file it
  101.             will be read from. This allows you to see what files
  102.             all the entries will be coming from.
  103.  
  104.             Note:
  105.                 Any duplicate entries in the RIGHT lister will
  106.             be overwritten.
  107.  
  108.             Example:
  109.                 Suppose you have the E1M1-E1M9 from DOOM.WAD in
  110.             the right lister.  You load up one of your favorite
  111.             PWADs that contains E1M4 (MINE.WAD).  You transfer E1M4
  112.             from the LEFT to the RIGHT.  Now E1M1-E1M3 will read
  113.             DOOM.WAD, E1M4 will read MINE.WAD, and E1M5-E1-M9 will
  114.             read DOOM.WAD.
  115.  
  116.             When you go to build your new PWAD, E1M1-E1M3 , and
  117.             E1M5-E1M9 will be read from DOOM.WAD and E1M4 will be
  118.             taken from MINE.WAD.
  119.  
  120.     ReMap:        This button works on the selected entries in the RIGHT
  121.             lister.
  122.             This allows you to quickly make MAPxx levels for DOOM2
  123.             from ExMx levels from DOOM 1.2 or 1.6.
  124.             Note:
  125.                 This function doesn't care if the entries you
  126.             have selected are episodes or not!!!  Make sure they
  127.             are.
  128.  
  129.     Rename:        This button simply allows you to manually rename any
  130.             entry in the RIGHT lister. You could use this button
  131.             to change E1M1-E1M9 to MAP01-MAP09 one at a time
  132.             (Of course the ReMap button does this specific function
  133.             for you automatically).  Entry names are restricted to
  134.             8 characters, any more will be clipped.
  135.  
  136.     Clear:        Use this button to reset the contents of the RIGHT list
  137.             in case you want to start a new PWAD.
  138.  
  139.     Output Wad Name:
  140.             This is a text entry that requires a valid path and
  141.             name for your new output PWAD.  Please put your own
  142.             extension on this.
  143.  
  144.             Example:
  145.                 D:\GAMES\DOOM2\CRINGE.WAD
  146.  
  147.             Make sure this output wad name does NOT overwrite
  148.             another PWAD or IWAD unless you specifically want it
  149.             to.
  150.  
  151.             !!!!!!Really Big Caution!!!!!!
  152.  
  153.         Make sure that the output wad name is NOT one of the files you
  154.     have specified as input WADs!!!!!
  155.  
  156.  
  157.     Build:        This is the heart of the WadMan.
  158.             This button will begin the process of extracting the
  159.             entries from all the input WADs you specified and
  160.             transferred to the RIGHT list, and storing them into a
  161.             PWAD file named in the Output Wad Name.
  162.             This process could take a while, depending on how many
  163.             entries need to be built into the PWAD.
  164.  
  165.  
  166.  
  167.  
  168. Some Specific Examples Follow.
  169.  
  170.     Example 1:  You want to use your She-Devil patch with DOOM2.
  171.  
  172.         If you've already patched your DOOM 1.2 wad with the She-Devs,
  173.     then this is really easy.
  174.  
  175.     (1) - Run WadMan, (duh).
  176.     (2) - Select Open Input Wad File and open your DOOM2.WAD (yes, the big
  177.         15 meg+ wad file).
  178.     (3) - After a few seconds you'll see the whole WAD entry set for DOOM2
  179.         in you're LEFT lister.
  180.     (4) - Hit the Select Range button and select S_START through S_END
  181.         All entries from S_START to S_END will be highlighted now.
  182.     (5) - Now hit the Transfer button.
  183.         S_START to S_END should now all appear in the RIGHT list.
  184.     (6) - Select Open Input Wad File and open up your DOOM.WAD file that
  185.         has the She-Dev patch in it.
  186.         This should look very similar to the DOOM2.WAD list.
  187.     (7) - Use the Find Entry button to search for SARG
  188.     (8) - Now select ALL of the SARGxxxx entries in the LEFT list. There's
  189.         a bunch of them. These entries contain the gfx for the what is
  190.         normally the pink demons. But should be She-Devils if you've
  191.         had the WAD patched.
  192.     (9) - Now hit Transfer again.
  193.         If you browse through your RIGHT list now, you should see that
  194.         every entry in the list except for the SARG entries are going
  195.         to come out of DOOM2.WAD and all the SARG stuff is going to
  196.         come out of DOOM.WAD.
  197.     (10) - Now type in a file name in the Output Wad File field.
  198.         Something like C:\DOOM2\D2GFX.WAD.
  199.  
  200.         Note:
  201.             This new PWAD containing all the sprites from DOOM2 is
  202.         going to be about 4.5 meg, so be sure you have the disk space
  203.         for it!
  204.  
  205.     (11) - Hit Build.  After a few seconds or a few minutes, depending on
  206.         your system, you'll have a new PWAD called D2GFX.WAD.
  207.         Use this WAD like any other PWAD, "-file D2GFX.WAD".
  208.  
  209.  
  210.  
  211.     Example 2 : You want to convert one of your favorite DOOM 1.2 or 1.6
  212.         PWADs to DOOM 2.
  213.  
  214.         Note:
  215.             To use any DOOM 1.2 or 1.6 PWAD with DOOM 2, you need
  216.         to use the DOOM1-2.WAD texture set with the new levels.
  217.             These textures are found in a file called DOOM1-2.ZIP
  218.         And can be obtained on most BBSs that alot of DOOM WADs and
  219.         utils, mine included.
  220.  
  221.         (1) - Once again, run WadMan.
  222.         (2) - Select Open Input Wad File and load up the WAD that
  223.             contains the levels you want to convert to DOOM 2.
  224.         (3) - Select the entries in the LEFT window and Transfer them
  225.             to the RIGHT.
  226.             
  227.             Example: 
  228.             Your PWAD contains E1M1-E1M9.
  229.             Drag-Select these entries and Transfer them to the 
  230.             RIGHT side.
  231.  
  232.         (4) - Now drag-select these entries in the RIGHT window.
  233.         (5) - Hit the ReMap button to do a quick rename starting at the
  234.             number you specify, or use Rename to manually change
  235.             each one, if you don't want them consecutively re-
  236.             numbered.
  237.         (6) - Now, if you want, you can include the textures PWAD I
  238.             mentioned above in the final DOOM2 PWAD, just by
  239.             loading the DOOM1-2.WAD file into WadMan, select all
  240.             the entries and transfer them over to the RIGHT list.
  241.             
  242.             If you don't do this, then you'll have to include that
  243.             PWAD (DOOM1-2.WAD), on your DOOM2 command line.  But it
  244.             will save you disk space, if you have a bunch of WADs
  245.             you want to convert to DOOM2.
  246.         (7) - Follow steps 10 and 11 from above to complete your new
  247.             PWAD.
  248.  
  249.         
  250.  
  251.  
  252.     The possible uses for WadMan are infinite. These are just a few. Use 
  253. your imagination. But be careful. Remember, WadMan doesn't care about what it 
  254. overwrites, so pay attention to all your Input and Output PWADs.
  255.  
  256.         
  257.     Any ideas, flames, etc., can be directed to me. 
  258.  
  259.     Carl W. Moore
  260.     Sysop: The Cutting Edge BBS  (505)-479-4064
  261.  
  262.  
  263.  
  264.  
  265.